var math/big.leafSize

7 uses

	math/big (current package)
		natconv.go#L376: 		for len(q) > leafSize {
		natconv.go#L441: var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
		natconv.go#L462: 	if leafSize == 0 || m <= leafSize {
		natconv.go#L468: 	for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
		natconv.go#L488: 					table[0].bbb = nat(nil).expWW(bb, Word(leafSize))
		natconv.go#L489: 					table[0].ndigits = ndigits * leafSize